home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 May / SGI IRIX 6.5 Complementary Applications 2004 May.iso / dist / OpenOffice.idb / usr / OpenOffice / help / en / sbasic.jar / text / sbasic / common / 03090411.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-01-24  |  1.2 KB  |  19 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>With Statement [Runtime]</title><meta name="filename" content="text/sbasic/common/03090411"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.   
  10.   
  11.   <help:to-be-embedded Eid="with" xmlns:help="http://openoffice.org/2000/help">
  12.   <p class="Head1"><help:link Id="66607">With Statement [Runtime]</help:link></p>
  13.   <p class="Paragraph">Sets an object as the default object, to which all properties and methods refer until the End With statement is called, provided no other object name is given.</p>
  14.   </help:to-be-embedded>
  15.   <p class="Paragraph"><span class="T1">Syntax</span>:</p>
  16.   <p class="Paragraph">With Object Statementblock End With <help:key-word value="With" tag="kw66607_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  17.   <p class="Paragraph"><span class="T1">Parameter</span>:</p>
  18.   <p class="Paragraph">You can use <span class="T1">With</span> and <span class="T1">End With</span> if you have several properties or methods for a single object.</p>
  19.  </body></html>